Skip to content

refactor(foundation-support): Move support.math into foundation-support#1159

Merged
leumor merged 1 commit intodevelopfrom
feature/move-support-math-foundation-support
Mar 23, 2026
Merged

refactor(foundation-support): Move support.math into foundation-support#1159
leumor merged 1 commit intodevelopfrom
feature/move-support-math-foundation-support

Conversation

@leumor
Copy link
Collaborator

@leumor leumor commented Mar 23, 2026

Summary

  • move the main-source network.crypta.support.math package from the root project into :foundation-support
  • keep package declarations unchanged and leave the root src/test/java/network/crypta/support/math/* tests in place
  • update foundation-support/gradle/owned-output-patterns.txt to claim network/crypta/support/math/** so non-clean builds prune stale root outputs for the moved package

Testing

  • ./gradlew :foundation-support:compileJava
  • ./gradlew compileJava
  • ./gradlew testClasses
  • ./gradlew buildJar

Non-clean verification

  • seed representative stale files under build/classes/java/main/network/crypta/support/math/
  • run ./gradlew compileJava without clean
  • confirm pruneFoundationSupportOwnedOutputsFromNonOwners removes the stale root outputs while foundation-support/build/classes/java/main/network/crypta/support/math/ remains the effective owner
  • confirm buildJar still packages network/crypta/support/math/*.class successfully without a manual clean

Move the main-source network.crypta.support.math package into :foundation-support without changing package names or behavior.

Update foundation-support ownership metadata so non-clean builds prune stale root outputs for the moved package.
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
77.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@leumor
Copy link
Collaborator Author

leumor commented Mar 23, 2026

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Chef's kiss.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@leumor leumor merged commit 0f588e8 into develop Mar 23, 2026
3 of 4 checks passed
@leumor leumor deleted the feature/move-support-math-foundation-support branch March 23, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant